home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Games World / Hot New Demos / Project Magellan Demo v1.02 / PM DEMO READ ME / PM DEMO READ ME.rsrc / TEXT_134.txt < prev    next >
Text File  |  1997-08-20  |  4KB  |  151 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. CHEATING 101
  11.  
  12.  Here are a few hints to help you out:
  13.  
  14. ‚Ä¢ 1 - There is a hidden dialog box to enter cheat codes into. 
  15.          It is possible to access these codes during the game.
  16.  
  17. ‚Ä¢ 2 - There is a hidden dialog box to enter level skip codes into
  18.             that you can access at  the title screen.
  19.  
  20. LEVEL EDITING
  21.  
  22. Here are the instructions for level editing.    
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. ‚Ä¢ First go ahead and double - click the PM application icon and choose Level Editor from the Options menu
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. ‚Ä¢  Find the level file you want to open; then click Open.
  40. Level files are in the LEVELS folder.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  After the level file loads, you can do the following:
  55. ‚Ä¢ Delete - Sick of a level already? Delete it!
  56. ‚Ä¢ Import -  Choose Import; then pick the level mix you want to add.
  57. Make sure that  mix belongs in that level file, or it won't work.
  58. ‚Ä¢ New - This command will give you an empty level to edit.
  59. ‚Ä¢ Open - Click this button to load a level mix.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. ¬†                            EDIT LAYER
  76.                               PM uses 4 layers.
  77.                               The back and middle layers are for background graphics.
  78.                               The front layer is the foreground of the game.
  79.                               It is the layer that sprites can interact with ( run into ).
  80.                              The Sprite layer is where you need to place the enemies.
  81.  
  82. ¬†                            SHOW LAYER
  83.                               This lets you view the sprites in a particular layer only.
  84.                               This is useful for checking to see if you have accidentally 
  85.                               placed a sprite in the wrong layer.
  86.  
  87.  
  88.  
  89. ¬†                            SPRITES
  90.                               This provides you with a list of all the sprites in a level file.
  91.                               Choose one, and it appears in the center of the screen.
  92.           
  93.  
  94.  
  95.  
  96.  
  97. OTHER NOTES
  98.  
  99. To delete an object from a level, simply drag it out of the editing area and let go.
  100.  
  101. To leave the level editor, click on the close box in the upper left hand corner of the window. The program will then prompt you to save the level.
  102.  
  103.   
  104.                                                                                                                                        
  105.  
  106.  
  107.                                                                                                                                                                                 All levels must start with an 
  108.                                                                                                                         <- entrance portal
  109.                                                                                                                                             and end with an exit portal. ->
  110.  
  111.  
  112.  
  113.  
  114.  
  115. Please feel free to export and send us any level mixes that you create. 
  116.  
  117. HACKING THE GAME
  118.  
  119. ¬†             Everyone should know about ResEdit by now. 
  120.  
  121.  
  122.  
  123. HACKING THE ART
  124.  
  125. All art is stored in 16Bit PICTs in the level files. If you want  to change the art, all you have to do is make a new 16Bit picture, and replace the old one.
  126.  
  127. Next you must use ResEdit to open a level file and then to open the PICT resource. Find the PICT that you want to change and CUT it.
  128. Go to your favorite graphics program, and paste the PICT into it.
  129. Edit the picture, and paste it back into the level file.
  130.  
  131. All sprite frames are loaded by NAME, not by ID number. So you need to make  sure the picture you just pasted has the same name as the original. Using Command - I on a resource will bring up a dialog box to change the resource's name.
  132.  
  133. SPRITE EDITOR
  134.  
  135. If you make a sprite with bigger or smaller graphics than the original, you will need to use the sprite editor to recenter the animation frames. You do this by dragging the animation frame around in  the left hand box. The green rectangle is the rectangle surrounding the current animation frame.
  136. The red rectangle is the rectangle surrounding the last animation frame.
  137. Use these as a reference to align animation frames.
  138.  
  139. HACKING THE COLOR PALLETS
  140.  
  141. CUSTOM 256 color CLUTSs are stored in the level files. They must have ID number 1000 to work.
  142.  
  143. SOUNDS
  144.  
  145. If you don't like the sounds, then change them.  All sounds are loaded by NAME, not by ID.  Use ResEdit, and open open the SOUND file. See the resources called SND, which are samples, and replace them with your own samples. Make sure they have the same NAME as the originals.
  146.  
  147.  
  148.  
  149.  
  150.  
  151.